home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 May / PCWorld_2000-05_cd.bin / Software / TemaCD / povray / povwin3.exe / %MAINDIR% / Insert Menu / Misc. Directives / if.txt < prev    next >
Encoding:
Text File  |  2000-04-06  |  86 b   |  6 lines

  1. #if (expr)
  2.   // true stuff happens here
  3. #else
  4.   // false stuff happens here
  5. #end
  6.